home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 1 / ShareWare Extravaganza 1 of 4 (The Ultimate Shareware Company).iso / sblaster / tpu60b.zip / WHATS.NEW < prev   
Text File  |  1991-04-16  |  1KB  |  27 lines

  1.                   What's NEW
  2.  
  3. 04/16/91 - Code drastically re-structured.  Program now retrieves units
  4.        from TURBO.TPL provided it's in the current directory or the
  5.            current path -- it's automatic.  I think the code integrity
  6.            is much improved as is Heap management.  Running out of Heap
  7.            space is not a disaster any more unless there isn't enough to
  8.            load and analyze the primary unit.
  9.  
  10.            Program now retrieves units mentioned in "USES" statements and
  11.            is thus able to provide actual type names (and Array bounds)
  12.        when displaying most LG's.  Unit version numbers are checked.
  13.        Source of each unit file successfully retrieved is also printed
  14.        at beginning of run with TURBO.TPL being searched if necessary.
  15.        Heap utilization statistics are also printed at end of run.
  16.        Minor changes in output format.
  17.  
  18.            If Disassembly is requested, program now asks what processor
  19.            to model to support (8086,80186,80286 or 80386).
  20.  
  21.            A few mistakes are also fixed in both the program and in the
  22.            report.  The index has been re-worked to include context info
  23.        and to improve its utility.
  24.  
  25. 04/08/91 - segment wrap pointer bug fixed (hope nobody else found this)
  26.  
  27. -WLP